-
Notifications
You must be signed in to change notification settings - Fork 8k
DNM: sd-card crutches (IDFGH-16599) #17712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
👋 Hello pavlohamov, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| * corrupts the new CMD frame (seen as CRC_ON_OFF fail). */ | ||
| if (card->is_mem) { | ||
| SDMMC_INIT_STEP(always, sdmmc_send_cmd_go_idle_state); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: CMD0 Workaround Inconsistency Affects Memory Cards
The CMD0 workaround for CMD5 response delay corruption is applied only to memory cards (card->is_mem) and only when SDIO support is enabled. This means memory cards may not receive the fix if SDIO support is disabled, potentially causing CRC errors. The card->is_mem condition also seems inconsistent with the comment's description of the issue occurring "especially after CMD5," which is an SDIO-related command.
do not merge it. relates to #15450